home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / games / nhak_src.zip / LEV_LEX.H < prev    next >
C/C++ Source or Header  |  1993-03-16  |  449b  |  14 lines

  1. /*       SCCS Id: @(#)lev_lex.h   3.0      90/05/24
  2. /* "vms/lev_lex.h" copied into "src/stdio.h" for use by lev_lex.c only!
  3.  * This is an awful kludge to allow src/lev_lex.c to be compiled as is.
  4.  * It works because the actual setup of yyin & yyout is performed in
  5.  * src/lev_main.c, where stdin & stdout are still correctly defined.
  6.  */
  7. #ifdef VAXC
  8. # module lev_lex "3.0.9"
  9. #endif
  10.  
  11. #include <stdio.h>
  12. #define stdin  0
  13. #define stdout 0
  14.